Skip to content

XSS vulnerability fix (powered by Mobb)#7

Open
Keeggo-AppSec wants to merge 1 commit intomainfrom
Mobb-fix-7ee43
Open

XSS vulnerability fix (powered by Mobb)#7
Keeggo-AppSec wants to merge 1 commit intomainfrom
Mobb-fix-7ee43

Conversation

@Keeggo-AppSec
Copy link
Owner

This change fixes a critical severity (🚨) XSS issue reported by Fortify.

Issue description

Cross-Site Scripting (XSS) allows attackers to inject malicious scripts into web pages viewed by other users. This can lead to theft of session cookies, redirection to malicious websites, or defacement of the webpage.

Fix instructions

Implement input validation and output encoding. This includes sanitizing user input and escaping special characters to prevent execution of injected scripts.

More info and fix customization are available in the Mobb platform

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant